home *** CD-ROM | disk | FTP | other *** search
- ; Script file to install the kd_freq.library in the LIBS: drawer.
- FailAt 20
- Echo "*nkd_freq.library Installation Script for RTtoKD*n"
- Version >NIL: LIBS:kd_freq.library
- If NOT ERROR
- Echo "Version of kd_freq.library already installed:"
- Version LIBS:kd_freq.library
- Echo ""
- EndIf
- Ask "Install the kd_freq.library version 3.10 ?"
- If NOT WARN
- Skip Aborted
- EndIf
- Copy kd_freq.library LIBS:kd_freq.library
- Echo "*nkd_freq.library copied to your Libs: directory."
- Echo "Installation complete.*n"
- Echo "Don't forget to read the fr_user.doc file!*n"
- Skip END
-
- Lab ABORTED
- Echo "*nInstallation aborted!*n"
-
- Lab END
- Wait 5
- EndCLI >NIL:
-